home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u321.dms / in.adf / HamEditor.doc < prev    next >
Encoding:
Text File  |  1993-11-08  |  4.8 KB  |  82 lines

  1. WE ARE NOT RICH so if you find any RCR programs useful
  2. please feel free to send a donation of $2 or more to:
  3. ---------------------------------\
  4. James Carpino                     |
  5. Resolution Computer Research      |
  6. 86-08 106th street Richmond Hill  |
  7. New York, NY 11418                |
  8. ---------------------------------/
  9. _____________________________________________________________________
  10. The Instructions:
  11.  
  12. How to use HamEditor9:
  13. Call the program from AmigaDos, using the following paramaters:
  14.    HamEditor9 h[height] w[width]
  15. for example:
  16.    HamEditor9 h300 w300    ;Creates a HAM screen 300 by 300 interlaced.
  17. Leaving out the h and w paramaters will cause HamEditor9 to default to
  18. the 320*400 screen format.  Any height over 232 will be made interlaced.
  19. Examples:
  20.    HamEditor9 h233         ;Creates a HAM screen 320 by 233 interlaced.
  21.    HamEditor9 w352         ;Creates a HAM screen 352 by 400 interlaced.
  22.    HamEditor9 h100 w100    ;Creates a HAM screen 100 by 100 non-interlaced.
  23.    HamEditor9 h230         ;Creates a HAM screen 320 by 230 non-interlaced.
  24. It is important to remember that the Amiga hardware can do low-resolution
  25. screens up to 352 dots in width, and high-resolution screens up to 704 in
  26. width.  Under Kickstart 1.1, though, these screens will not work properly
  27. unless perfectly centered by Preferences (the screen position slider).
  28. Under Kickstart 1.2, the screen will work properly regardless of the
  29. position of the Preferences screen slider, though you may not see all of
  30. it.  As for height, non-interlaced screens may go up to 232 in height and
  31. interlaced screens may go up to 464 in height.  Again, if the screen is not
  32. positioned correctly, it may not work properly under Kickstart 1.1.  If the
  33. screen is above 200 or 400 interlaced, 1.1 will not show that part which
  34. streches over the limit.  The only way to remedy this in 1.1 is to go to the
  35. top of the screen, and drag the screen drag bar upwards until all the screen
  36. is visible.  The screen will not move, but the bottom border will, and the
  37. mouse pointer will point to a position several dots lower.  In Kickstart
  38. 1.2, the entire screen will automatically be visible (provided the
  39. Preferences screen position gadget is in the upper left corner).
  40.    "Wait a minute-  did he say ALL?  Uh- I can't see all of it, my 352 by
  41. 464 screen goes off the screen no matter what I do!" says a fairly well-
  42. educated observer.  He has a problem: His monitor will not physically accept
  43. a screen much larger than 320 (or 640 hi-res)  by 200 (or 400 interlaced).
  44. This is true of all the current Commodore monitors and most color monitors.
  45. They do something called overscanning. This is so the scanning gun in the
  46. CRT (Cathode Ray Tube) has time to get from the right of the screen to the
  47. left of the screen, and from the top to the bottom.  It is different on most
  48. monitors (TV's, composite, RGB, etc.) so Amiga has the position gadget in
  49. Preferences.  If you have a monochrome monitor, or an old-fashioned color TV
  50. with all the controls, you can change the Horizontal and Vertical size;
  51. usually the smallest settings will allow for most of a 352 by 232 screen to
  52. be displayed.  Some expensive RGB monitors will display the larger screens,
  53. too.
  54.    Now, back to our little graphics editor.  The commands are summarized as
  55. follows:
  56.    d  --Goes to draw mode (full lines), just like in DeluxePaint.
  57.    s  --Goes into spots mode (dotted lines), just like DeluxePaint.
  58.    , (comma key) --Picks a color from anywhere on the screen, like in
  59.       DeluxePaint.  This can be held down to roll through the pallette.
  60.    . (period key) --Changes the brush size to something easy to work with.
  61.    - (minus key) Reduces the X and Y size of the brush. (DeluxePaint)
  62.    = (Equals key, look at the plus sign) Increases the width of the brush.
  63.    \ (Backslash key, next to the = key) Increases the height of the brush.
  64.    HELP --Redraws all the information, including the palette.
  65.    F10 --Pops in and out the MENU bar, to allow for the full screen height.
  66.    [ and ] --Change the current color to one of the 16 colors; these are
  67.      fast and are not HAM colors. (These keys also work in DeluxePaint)
  68.    8-9,5-6,2-3: Up and down for HAM red, green, and blue.  The current HAM
  69.      color is also displayed as ham color #8. (These keys also work in
  70.      DeluxePaint)
  71.    Del --(above the BackSpace key)  Clears the screen and re-draws all the
  72.      information (Like HELP with a clear screen first).
  73.  
  74. The penwidth can be no less than 3 dots wide because it takes 3 dots to make
  75. a HAM color: 1 for red, 1 for green, and 1 for blue.  If you have to
  76. increase the size of the brush drastically, increase the height; height is
  77. drawn faster than width.
  78. That's about it, if I forgot anything else, you'll discover it soon enough.
  79. Most of all, have fun, and Happy Hamming!
  80.  
  81.                                                                                                              
  82.